home *** CD-ROM | disk | FTP | other *** search
-
-
-
- DBQFIX
-
- D'Bridge Queue Updater
-
-
-
- v1.10ß
-
-
- ** SHAREWARE **
-
-
-
- (C) Copyright 1990 by Jamie Penner
-
- ALL RIGHTS RESERVED
-
-
-
-
- With the latest version of D'Bridge, you have to wait for an event
- before sent, picked-up, and killed queue entries disappear from the
- queue list.
-
- DBQFIX fixes that problem.
-
-
- To use DBQFIX, the following command line parameter must be used:
-
- DBQFIX [queue directory]
-
- e.g. DBQFIX \DB\QUEUE\
-
-
- Trailing backslashes are not needed.
-
- This program can be set to run from a function key exiting to your batch
- file via an assigned errorlevel. D'Bridge will then rebuild a clean
- queue.
-
-
- E.G. When setting up a function key, simply have it exit with an
- errorlevel of your choice. (i.e. *X99 exits with errorlevel 99)
-
- Your batch file could then look like this:
-
-
- :start
- cd\db
- cls
- DB
- echo off
- if errorlevel 99 goto DBQFIX
- if errorlevel 96 goto 9600_baud
- if errorlevel 24 goto 2400_baud
- if errorlevel 12 goto 1200_baud
- goto end
-
- :DBQFIX
- cd\db
- DBQFIX \DB\QUEUE\
- goto start
-
-
-
-
-
- If you find any bugs or have any suggestions for other utilities, please
- drop me a line.
-
- There is no fee for this program, although a small donation will
- certainly help to convince my wife that the amount of time I spend on
- this computer pays off somehow and will allow me to continue writing
- software for everyone!! 8)
-
- Donations can be made to:
-
- Jamie Penner
- 260-3836 Carrigan Court
- Burnaby, BC Canada
- V3N 4P7
-
- Comments can be sent to:
-
- Jamie Penner
-
- SIGnet 24:24/0
- FidoNet 1:153/169
- EGGnet 99:99/25
- IMEX 81:680/0
- The Network 8:7501/103
-
-
-